home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 19 / jbcomm12.zip / READ.ME < prev   
Text File  |  1988-03-16  |  1KB  |  35 lines

  1.          JBCOMM: v1.2 by Jim Berg
  2.  
  3.  
  4. What's new from v1.0 to v1.1?
  5.  
  6. It looks like I had to make some changes sooner than I thought.
  7.  
  8. The first change is the definition of parityt.  I made the mistake of
  9. using the word "odd" which is a library function.  I renamed them to
  10. have a "p_" in front of their definitions.  Also, "Stick" has been
  11. replaced with "p_even_stick" and "p_odd_stick".  Don't ask me what
  12. stick means since nobody seems to use it anyway.  I thought I would
  13. include it for those people who do need to use it.
  14.  
  15. The next change is the addition of some new routines.  The documentation
  16. for what they do are in the DOC file.
  17.  
  18. What's new from v1.1 to v1.2?
  19.  
  20. I've added the variable ESC_ON to allow you to escape out of certain
  21. routines that use timing loops.
  22.  
  23. A shortcoming was also found with the c_waitsn command.  20 Characters
  24. is much too short for checkstr so I made it 80.  Strings like
  25. 'CONNECT 2400 RELIABLE'#13#10 are much too long for only 20 characters.
  26.  
  27. I have also added much more detailed DOCS and extensive documentation.
  28. You can still use JBCOMM11.DOC for a quick reference and look up longer
  29. descriptions in JBCOMM12.doc.
  30.  
  31. Please feel free to send contributions.  Who knows, maybe if there is enough
  32. interest, I could extend support to com3 and com4 and also add some transfer
  33. routines.
  34.  
  35.